home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / OmniWeb.scriptTerminology < prev    next >
Extensible Markup Language  |  2005-10-24  |  11KB  |  402 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>NSApplication</key>
  8.         <dict>
  9.             <key>Attributes</key>
  10.             <dict>
  11.                 <key>activeWorkspace</key>
  12.                 <dict>
  13.                     <key>Description</key>
  14.                     <string>the currently active workspace.</string>
  15.                     <key>Name</key>
  16.                     <string>active workspace</string>
  17.                 </dict>
  18.                 <key>favoritesBookmarkItem</key>
  19.                 <dict>
  20.                     <key>Description</key>
  21.                     <string>The bookmark item whose contents are displayed in the Favorites bar.</string>
  22.                     <key>Name</key>
  23.                     <string>favorites</string>
  24.                 </dict>
  25.                 <key>fullVersion</key>
  26.                 <dict>
  27.                     <key>Description</key>
  28.                     <string>The complete version string for this instance of OmniWeb.</string>
  29.                     <key>Name</key>
  30.                     <string>fullVersion</string>
  31.                 </dict>
  32.                 <key>personalBookmarks</key>
  33.                 <dict>
  34.                     <key>Description</key>
  35.                     <string>The default bookmarks document.</string>
  36.                     <key>Name</key>
  37.                     <string>personal bookmarks</string>
  38.                 </dict>
  39.             </dict>
  40.             <key>Description</key>
  41.             <string>OmniWeb's top-level object.</string>
  42.             <key>Name</key>
  43.             <string>application</string>
  44.             <key>PluralName</key>
  45.             <string>applications</string>
  46.         </dict>
  47.         <key>OWBookmark</key>
  48.         <dict>
  49.             <key>Attributes</key>
  50.             <dict>
  51.                 <key>addressString</key>
  52.                 <dict>
  53.                     <key>Description</key>
  54.                     <string>the location to which this bookmark refers (a URL).</string>
  55.                     <key>Name</key>
  56.                     <string>address</string>
  57.                 </dict>
  58.                 <key>annotation</key>
  59.                 <dict>
  60.                     <key>Description</key>
  61.                     <string>the annotation text of this bookmark item.</string>
  62.                     <key>Name</key>
  63.                     <string>note</string>
  64.                 </dict>
  65.                 <key>applescriptCheckInterval</key>
  66.                 <dict>
  67.                     <key>Description</key>
  68.                     <string>how often this bookmark is automatically checked for changes, in seconds.</string>
  69.                     <key>Name</key>
  70.                     <string>check interval</string>
  71.                 </dict>
  72.                 <key>applescriptHasChanges</key>
  73.                 <dict>
  74.                     <key>Description</key>
  75.                     <string>whether this page has been updated since it was last viewed.</string>
  76.                     <key>Name</key>
  77.                     <string>is new</string>
  78.                 </dict>
  79.                 <key>applescriptWasReachable</key>
  80.                 <dict>
  81.                     <key>Description</key>
  82.                     <string>whether this page could be retrieved last time it was checked.</string>
  83.                     <key>Name</key>
  84.                     <string>is reachable</string>
  85.                 </dict>
  86.                 <key>label</key>
  87.                 <dict>
  88.                     <key>Description</key>
  89.                     <string>the label text of this bookmark item.</string>
  90.                     <key>Name</key>
  91.                     <string>name</string>
  92.                 </dict>
  93.                 <key>lastCheckedDate</key>
  94.                 <dict>
  95.                     <key>Description</key>
  96.                     <string>the date on which this bookmark was last retrieved.</string>
  97.                     <key>Name</key>
  98.                     <string>last checked date</string>
  99.                 </dict>
  100.             </dict>
  101.             <key>Description</key>
  102.             <string>A bookmark or shortcut item.</string>
  103.             <key>Name</key>
  104.             <string>bookmark</string>
  105.             <key>PluralName</key>
  106.             <string>bookmarks</string>
  107.         </dict>
  108.         <key>OWBookmarks</key>
  109.         <dict>
  110.             <key>Attributes</key>
  111.             <dict>
  112.                 <key>addressString</key>
  113.                 <dict>
  114.                     <key>Description</key>
  115.                     <string>the URL at which these bookmarks are stored.</string>
  116.                     <key>Name</key>
  117.                     <string>address</string>
  118.                 </dict>
  119.                 <key>isReadOnly</key>
  120.                 <dict>
  121.                     <key>Description</key>
  122.                     <string>can the bookmarks in this document be modified?</string>
  123.                     <key>Name</key>
  124.                     <string>is read only</string>
  125.                 </dict>
  126.             </dict>
  127.             <key>Description</key>
  128.             <string>A document containing a set of bookmarks.</string>
  129.             <key>Name</key>
  130.             <string>bookmarks document</string>
  131.         </dict>
  132.         <key>OWBrowserController</key>
  133.         <dict>
  134.             <key>Attributes</key>
  135.             <dict>
  136.                 <key>addressAlwaysVisible</key>
  137.                 <dict>
  138.                     <key>Description</key>
  139.                     <string>whether the browser window always displays the address (URL) field</string>
  140.                     <key>Name</key>
  141.                     <string>shows address</string>
  142.                 </dict>
  143.                 <key>addressString</key>
  144.                 <dict>
  145.                     <key>Description</key>
  146.                     <string>the URL currently being displayed in this browser.</string>
  147.                     <key>Name</key>
  148.                     <string>address</string>
  149.                 </dict>
  150.                 <key>canStop</key>
  151.                 <dict>
  152.                     <key>Description</key>
  153.                     <string>whether the browser is currently working on its display.</string>
  154.                     <key>Name</key>
  155.                     <string>is busy</string>
  156.                 </dict>
  157.                 <key>favoritesVisible</key>
  158.                 <dict>
  159.                     <key>Description</key>
  160.                     <string>whether the browser window displays the favorites shelf</string>
  161.                     <key>Name</key>
  162.                     <string>has favorites</string>
  163.                 </dict>
  164.                 <key>frameController</key>
  165.                 <dict>
  166.                     <key>Description</key>
  167.                     <string>the tab currently being displayed in this browser.</string>
  168.                     <key>Name</key>
  169.                     <string>active tab</string>
  170.                 </dict>
  171.                 <key>navigationBarVisible</key>
  172.                 <dict>
  173.                     <key>Description</key>
  174.                     <string>whether the browser window has a toolbar</string>
  175.                     <key>Name</key>
  176.                     <string>has toolbar</string>
  177.                 </dict>
  178.                 <key>showsTabDrawer</key>
  179.                 <dict>
  180.                     <key>Description</key>
  181.                     <string>whether the browser window displays the tabs drawer</string>
  182.                     <key>Name</key>
  183.                     <string>has tabs</string>
  184.                 </dict>
  185.                 <key>title</key>
  186.                 <dict>
  187.                     <key>Description</key>
  188.                     <string>the title of this browser.</string>
  189.                     <key>Name</key>
  190.                     <string>title</string>
  191.                 </dict>
  192.                 <key>uniqueID</key>
  193.                 <dict>
  194.                     <key>Description</key>
  195.                     <string>unique ID of this browser.</string>
  196.                     <key>Name</key>
  197.                     <string>id</string>
  198.                 </dict>
  199.             </dict>
  200.             <key>Description</key>
  201.             <string>A web browser window.</string>
  202.             <key>Name</key>
  203.             <string>browser</string>
  204.             <key>PluralName</key>
  205.             <string>browsers</string>
  206.         </dict>
  207.         <key>OWKFrameController</key>
  208.         <dict>
  209.             <key>Attributes</key>
  210.             <dict>
  211.                 <key>addressString</key>
  212.                 <dict>
  213.                     <key>Description</key>
  214.                     <string>the URL currently being displayed in this tab.</string>
  215.                     <key>Name</key>
  216.                     <string>address</string>
  217.                 </dict>
  218.                 <key>canStop</key>
  219.                 <dict>
  220.                     <key>Description</key>
  221.                     <string>whether the tab is currently working on its display.</string>
  222.                     <key>Name</key>
  223.                     <string>is busy</string>
  224.                 </dict>
  225.             </dict>
  226.             <key>Description</key>
  227.             <string>A tab within a browser window.</string>
  228.             <key>Name</key>
  229.             <string>tab</string>
  230.             <key>PluralName</key>
  231.             <string>tabs</string>
  232.         </dict>
  233.         <key>OWWorkspace</key>
  234.         <dict>
  235.             <key>Attributes</key>
  236.             <dict>
  237.                 <key>autoSaves</key>
  238.                 <dict>
  239.                     <key>Description</key>
  240.                     <string>whether the workspace saves its browser windows automatically</string>
  241.                     <key>Name</key>
  242.                     <string>autosaves</string>
  243.                 </dict>
  244.                 <key>name</key>
  245.                 <dict>
  246.                     <key>Description</key>
  247.                     <string>the workspace's name</string>
  248.                     <key>Name</key>
  249.                     <string>name</string>
  250.                 </dict>
  251.             </dict>
  252.             <key>Description</key>
  253.             <string>A workspace.</string>
  254.             <key>Name</key>
  255.             <string>workspace</string>
  256.             <key>PluralName</key>
  257.             <string>workspaces</string>
  258.         </dict>
  259.     </dict>
  260.     <key>Commands</key>
  261.     <dict>
  262.         <key>CheckForUpdates</key>
  263.         <dict>
  264.             <key>Arguments</key>
  265.             <dict>
  266.                 <key>andChildren</key>
  267.                 <dict>
  268.                     <key>Description</key>
  269.                     <string>Cause all of the bookmark's children to check for updates as well.</string>
  270.                     <key>Name</key>
  271.                     <string>including children</string>
  272.                 </dict>
  273.             </dict>
  274.             <key>Description</key>
  275.             <string>Tells a bookmark to check for updates of its resource.</string>
  276.             <key>Name</key>
  277.             <string>check</string>
  278.         </dict>
  279.         <key>Flush</key>
  280.         <dict>
  281.             <key>Description</key>
  282.             <string>Flush all cached content.</string>
  283.             <key>Name</key>
  284.             <string>flush cache</string>
  285.         </dict>
  286.         <key>GetURL</key>
  287.         <dict>
  288.             <key>Arguments</key>
  289.             <dict>
  290.                 <key>intoFile</key>
  291.                 <dict>
  292.                     <key>Description</key>
  293.                     <string>Location to which the URL's contents should be written, as either a file or a POSIX path</string>
  294.                     <key>Name</key>
  295.                     <string>to</string>
  296.                 </dict>
  297.             </dict>
  298.             <key>Description</key>
  299.             <string>The Netscape way of displaying a URL in a window.</string>
  300.             <key>Name</key>
  301.             <string>GetURL</string>
  302.         </dict>
  303.         <key>GetWindowInfo</key>
  304.         <dict>
  305.             <key>Description</key>
  306.             <string>Gets the window's URL and title. (MSIE compatibility)</string>
  307.             <key>Name</key>
  308.             <string>GetWindowInfo</string>
  309.         </dict>
  310.         <key>OpenURL</key>
  311.         <dict>
  312.             <key>Description</key>
  313.             <string>The IE way of displaying a URL in a window.</string>
  314.             <key>Name</key>
  315.             <string>OpenURL</string>
  316.         </dict>
  317.         <key>ParseURL</key>
  318.         <dict>
  319.             <key>Arguments</key>
  320.             <dict>
  321.                 <key>base</key>
  322.                 <dict>
  323.                     <key>Description</key>
  324.                     <string>The base URL with respect to which to interpret a relative URL.</string>
  325.                     <key>Name</key>
  326.                     <string>withURL</string>
  327.                 </dict>
  328.             </dict>
  329.             <key>Description</key>
  330.             <string>Parses a URL (possibly relative to a base URL) and returns the resulting URL as a string.</string>
  331.             <key>Name</key>
  332.             <string>ParseAnchor</string>
  333.         </dict>
  334.         <key>Reload</key>
  335.         <dict>
  336.             <key>Description</key>
  337.             <string>Reload the contents of this browser from the server.</string>
  338.             <key>Name</key>
  339.             <string>reload</string>
  340.         </dict>
  341.         <key>RunScript</key>
  342.         <dict>
  343.             <key>Arguments</key>
  344.             <dict>
  345.                 <key>inWindow</key>
  346.                 <dict>
  347.                     <key>Description</key>
  348.                     <string>The window in which to execute the script</string>
  349.                     <key>Name</key>
  350.                     <string>window</string>
  351.                 </dict>
  352.                 <key>scriptLanguage</key>
  353.                 <dict>
  354.                     <key>Description</key>
  355.                     <string>The language or language version of the script (defaults to JavaScript)</string>
  356.                     <key>Name</key>
  357.                     <string>language</string>
  358.                 </dict>
  359.             </dict>
  360.             <key>Description</key>
  361.             <string>Execute the text as a script.</string>
  362.             <key>Name</key>
  363.             <string>do script</string>
  364.         </dict>
  365.         <key>Stop</key>
  366.         <dict>
  367.             <key>Description</key>
  368.             <string>Stop a browser.</string>
  369.             <key>Name</key>
  370.             <string>stop</string>
  371.         </dict>
  372.     </dict>
  373.     <key>Description</key>
  374.     <string>AppleScript commands and classes specific to OmniWeb.</string>
  375.     <key>Enumerations</key>
  376.     <dict/>
  377.     <key>Name</key>
  378.     <string>OmniWeb suite</string>
  379.     <key>Synonyms</key>
  380.     <dict>
  381.         <key>cwin</key>
  382.         <dict>
  383.             <key>Description</key>
  384.             <string>A synonym for browser</string>
  385.             <key>Name</key>
  386.             <string>window</string>
  387.             <key>PluralName</key>
  388.             <string>windows</string>
  389.         </dict>
  390.         <key>docu</key>
  391.         <dict>
  392.             <key>Description</key>
  393.             <string>A synonym for browser</string>
  394.             <key>Name</key>
  395.             <string>document</string>
  396.             <key>PluralName</key>
  397.             <string>documents</string>
  398.         </dict>
  399.     </dict>
  400. </dict>
  401. </plist>
  402.